Skip Trace & People Finder — Phone, Address, Relatives avatar

Skip Trace & People Finder — Phone, Address, Relatives

Pricing

$6.90 / 1,000 person results

Go to Apify Store
Skip Trace & People Finder — Phone, Address, Relatives

Skip Trace & People Finder — Phone, Address, Relatives

US people search & skip trace: name → phone, address, relatives, age, aliases from public records. Bulk input, residential proxy, PPE pricing. No external keys needed.

Pricing

$6.90 / 1,000 person results

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

Skip Trace & People Finder — Phone, Address, Relatives

US people search and skip-trace lookup from public records. Input a name (+ optional city/state), get back the matched person's phone numbers, current address, age, relatives, and known aliases — no external API key required.

Use Cases

  • Skip tracing — locate debtors, defendants, or lost contacts for debt collection and process serving
  • Real-estate wholesaling — find and contact property owners associated with an address
  • Sales lead enrichment — append phone and address to a name list before outreach
  • Due diligence — verify identity, address history, and associative links for fraud investigation
  • Investigative research — confirm person's location, relatives, and aliases from public records

Input

FieldTypeDescription
namesstring[]Full names to search. Append ; City, ST to narrow results. Example: "John Smith; Dallas, TX"
maxResultsPerNameintegerHow many matched people to return per name (default: 5, max: 20)
fetchProfilebooleanOpen each profile for full phone + address (default: true)
proxyConfigurationproxyApify Residential proxy (recommended, default on)
maxConcurrencyintegerParallel fetches (default: 4)

Example Input

{
"names": [
"James Whitsitt; Dallas, TX",
"John Smith; CA"
],
"maxResultsPerName": 5,
"fetchProfile": true,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
}

Output

Each matched person is one dataset item:

{
"inputName": "James Whitsitt; Dallas, TX",
"name": "James Whitsitt",
"age": "38",
"birthYear": "1987",
"currentAddress": "4405 Windward Cir, Dallas, TX 75287",
"previousAddresses": ["Dallas, TX"],
"phones": ["(214) 458-0516", "(214) 349-3972"],
"relatives": ["Mallary A Whitsitt", "Amalia G Castillo", "Beau Whitsitt"],
"aliases": ["James Edwin Whitsitt"],
"profileUrl": "https://radaris.com/~James-Whitsitt/1624974868",
"parseConfidence": "full",
"source": "radaris.com"
}

Notes

  • No external API key required. Uses Apify's built-in residential proxy — the proxy cost is billed to your run, not to us.
  • Data is sourced from US public records aggregated by Radaris.
  • For lawful use only. Not a consumer report. Do not use for FCRA-regulated decisions (credit, employment, housing, insurance). Verify data independently.
  • Email is not available in this actor (not exposed in public records). For email enrichment combine with an email-finder actor.

💰 Pricing & how we compare

Pay-per-result (PPE): see pricing card. You are billed per person-result actually returned — plus the tiny apify-actor-start fee Apify waives for short runs. No subscription, no API key, no proxy fee on top.

Our edge: Multi-source merge into one clean record · phones, addresses, relatives, aliases · 4 search modes.

How rivals price the same job (live Apify Store, checked 2026-06-09)

ActorTheir priceWhat they lack vs us
brilliant_gum/skip-trace-people-search$0.30 / personking (merges 3 sources), 85.5% success
apivault_labs/skip-trace-people-finder$0.007 / result5★, cheap per-row basis
parseforge/skip-trace-scraper$0.018 / itemname+state only, no phone/relatives

Prices above are competitors' live Store prices at the time of writing; ours is set to sit just below the strongest comparable while returning richer, quality-scored data.

🤖 Use with AI agents (MCP)

This actor is agent-ready (category MCP_SERVERS). Point any MCP client (Claude Desktop, Cursor, n8n AI, LangGraph) at it:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?actors=bovi/skip-trace-people-finder",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}